home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.internetmci.com!gatech!gt-news!prism!prism!not-for-mail
- From: gt5691b@prism.gatech.edu (Christopher Andrew Lanciani)
- Newsgroups: comp.lang.c
- Subject: Re: Huffman encoding
- Date: 28 Feb 1996 09:34:24 -0500
- Organization: Georgia Institute of Technology
- Message-ID: <4h1p5g$58@acmex.gatech.edu>
- References: <4h00ci$euq@garuda.csulb.edu>
- NNTP-Posting-Host: acmex-prism.gatech.edu
-
- mackay@csulb.edu (Regis C. Pei) writes:
-
- >Does anyone have any suggestions on how I can program a simple version of
- >Huffman encoding/decoding in the C language?
-
- >I am looking for source code to implemet a "two-pass" Huffman encoding
- >scheme which would read characters from a file on the first pass and then
- >perform the encoding and the second pass...
-
- >Any help or suggestions would be much, much appreciated!!
-
- >Thanks,
-
- >Sharlene
-
- Numerical Recipes in C has a section on Huffman coding that may
- be helpful in at least getting you started on this. They include
- some source code also. The information is available in book form
- or online, but I can't remember exactly where it is online. I
- think if you do a net search in Netscape on "Numerical Recipes,"
- you can probably find it.
-
- --
- Chris Lanciani
- lanciani@ee.gatech.edu
-
-